object SIPGatewaysForm: TSIPGatewaysForm Left = 213 Top = 169 BorderStyle = bsToolWindow Caption = 'SIP Gateways' ClientHeight = 386 ClientWidth = 643 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Microsoft Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GatewayPanel: TTntPanel Left = 0 Top = 0 Width = 643 Height = 386 Align = alClient BevelOuter = bvNone TabOrder = 0 object SIPGatewayList: TExtListViewManagement Left = 0 Top = 0 Width = 643 Height = 359 RowSelect = True AutoColumnSort = acsSortToggle AutoSortStyle = assDefault NoColumnResize = False ShowSortArrows = True Align = alClient Columns = < item Caption = 'Title' Width = 180 end item Caption = 'Server' Width = 180 end item Caption = 'User' Width = 110 end item Caption = 'Active' Width = 80 end item Caption = 'Registered' Width = 80 end> ReadOnly = True HideSelection = False MultiSelect = True PopupMenu = ConfigForm.ListViewPopup TabOrder = 0 ViewStyle = vsReport SmallImages = ConfigForm.SmallImageList ButtonAdd = AddButton ButtonEdit = ChangeButton ButtonDelete = DeleteButton OnItemDisplay = SIPGatewayListItemDisplay OnItemAdd = SIPGatewayListItemAdd OnItemEdit = SIPGatewayListItemEdit OnItemDelete = SIPGatewayListItemDelete OnUpdateButtons = SIPGatewayListUpdateButtons end object BottomPanel: TTntPanel Left = 0 Top = 359 Width = 643 Height = 27 Align = alBottom BevelOuter = bvNone TabOrder = 1 object AddButton: TTntButton Left = 3 Top = 3 Width = 72 Height = 23 Caption = 'Add...' TabOrder = 0 end object ChangeButton: TTntButton Left = 78 Top = 3 Width = 72 Height = 23 Caption = 'Edit...' Enabled = False TabOrder = 1 end object DeleteButton: TTntButton Left = 228 Top = 3 Width = 72 Height = 23 Caption = 'Delete' Enabled = False TabOrder = 3 end object SaveButton: TTntButton Left = 303 Top = 3 Width = 72 Height = 23 Caption = 'Save...' TabOrder = 4 OnClick = SaveButtonClick end object LoadButton: TTntButton Left = 378 Top = 3 Width = 72 Height = 23 Caption = 'Load...' TabOrder = 5 OnClick = LoadButtonClick end object CopyButton: TTntButton Left = 153 Top = 3 Width = 72 Height = 23 Caption = 'Copy...' TabOrder = 2 OnClick = CopyButtonClick end end end end